<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*å…¼å®¹ IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*tå›¾ç‰‡æ&nbsp;·å¼*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}


/*--------------------------------------------------------------
# å¤´éƒ¨Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #ce1e2b;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #ce1e2b;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
.page-wrapper {
  width: 100%;


  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;

}


.main-header {
  position: relative;
  display: block;


}

.main-menu {
  position: relative;

  z-index: 91;
}

.main-menu-wrapper {

  display: block;
}



.main-menu-wrapper-left {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;

}

.main-menu-wrapper-logo {
  position: relative;
  margin-right: 35px;
}

.main-menu-wrapper-main-menu {

  display: block;
  height: 90px;
  line-height: 90px;

}

.stricky-header.main-menu {

  background-color: #fff
}

.main-menu .main-menu-list,
.main-menu .main-menu-list ul,
.stricky-header .main-menu-list,
.stricky-header .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}




.main-menu .main-menu-list&gt;li,
.stricky-header .main-menu-list&gt;li {

  margin-left: 50px;
}


.main-menu .main-menu-list&gt;li&gt;a {
  font-size: 17px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;


}


.stricky-header .main-menu-list&gt;li&gt;a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;

  transition: all 500ms ease;

}


.main-menu .main-menu-list&gt;li.current&gt;a,
.main-menu .main-menu-list&gt;li:hover&gt;a,
.stricky-header .main-menu-list&gt;li.current&gt;a,
.stricky-header .main-menu-list&gt;li:hover&gt;a {
  color: #ce1e2b;
}


.main-menu .main-menu-list&gt;li&gt;a:hover {
  color: #ce1e2b;
}

.main-menu .main-menu-list li ul,
.stricky-header .main-menu-list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  padding: 20px 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;


}


.main-menu .main-menu-list li:hover&gt;ul,
.stricky-header .main-menu-list li:hover&gt;ul {
  opacity: 1;
  visibility: visible;
  top: 100%;


}

.main-menu .main-menu-list li ul li,
.stricky-header .main-menu-list li ul li {

  position: relative;
  width: 10%;
  float: left;
  line-height: 58px;
}

.main-menu .main-menu-list li ul li+li,
.stricky-header .main-menu-list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu-list li ul li a,
.stricky-header .main-menu-list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu-list li ul li:hover&gt;a,
.stricky-header .main-menu-list li ul li:hover&gt;a {

  color: #ce1e2b;
}

.main-menu .main-menu-list li ul li&gt;ul,
.stricky-header .main-menu-list li ul li&gt;ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu-list li ul li&gt;ul.right-align,
.stricky-header .main-menu-list li ul li&gt;ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu-list li ul li&gt;ul ul,
.stricky-header .main-menu-list li ul li&gt;ul ul {
  display: none;
}

.main-menu .main-menu-list .dropdown ul li a::before,
.stricky-header .main-menu .main-menu-list .dropdown ul li a::before {
  position: absolute;
  top: 0px;
  left: 8px;
  color: transparent;
  content: '.';
  text-shadow: 0 0 transparent;
  font-size: 2em;
  line-height: 1em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -o-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
  -webkit-animation: opacitychange 1s ease-in-out infinite;
  animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .main-menu-list .dropdown ul li:hover a::before,
.stricky-header .main-menu .main-menu-list .dropdown ul li:hover a::before {
  opacity: 1;
  color: #000000;
  text-shadow: 8px 0 #ce1e2b, -8px 0 #ce1e2b;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.stricky-fixed {
  transform: translateY(0);

  visibility: visible;
}

.stricky-header .main-menu-inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;

  margin: 0 auto;
}

.mobile-nav-buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav-buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav-buttons a+a {
  margin-left: 10px;
}

.mobile-nav-buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav-toggler {
  font-size: 20px;
  color: #ce1e2b;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header-content .mobile-nav-toggler i {
  color: #ce1e2b !important;
}

.top-tel b {
  font-size: 18px;
  color: #333;
}

.language {
  color: #333;
  font-size: 16px;

}

.language a {
  color: #333;

  border: 1px solid #dedede;
  padding: 5px 10px;
  margin: 0 5px;
}

.language a:hover {
  background: #ce1e2b;
  color: #fff;
}

.mob-language a:hover {
  background: #ce1e2b;
  color: #fff;
}

.mob-language {
  color: #333;
  font-size: 16px;

}

.mob-language a {
  color: #fff;

  border: 1px solid #fff;
  padding: 5px 10px;
  margin: 0 5px;
}

.mob-language a:hover {
  background: #fff;
  color: #ce1e2b;
}

.stricky-fixed .language a {
  color: #333;
}

.stricky-fixed .language a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav-wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav-content {
  width: 300px;
  background-color: #ce1e2b;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav-content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav-content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav-close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}

.mobile-nav-close i {
  color: #fff;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-content .main-menu-list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav-content .main-menu-list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav-content .main-menu-list li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #ce1e2b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav-content .main-menu-list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #ce1e2b;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav-container {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav-container .main-logo,
.mobile-nav-container .topbar-buttons,
.mobile-nav-container .main-menu-language,
.mobile-nav-container .main-menu-login {
  display: none;
}



/* é¦–é¡µbannerå›¾*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}


#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 90px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #ce1e2b;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ce1e2b;
  width: 40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.banner_txt {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);

}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;

}

.banner_txt span {
  color: #fff;
  font-size: 26px;
  display: block;

}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 38px;

}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}


/* å…³äºŽæˆ‘ä»¬ */
.main_title {
  font-size: 48px;
  color: #ce1e2b;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.main_title p {
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-top: 10px;
}

.about {
  padding: 60px 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.ab_tu {
  width: 50%;
}

.pro-video video {
  width: 100%;
  object-fit: cover;
}

.pro-video .video a {
  position: relative;
  display: block;
}

.pro-video .video a&gt;div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 3;

}

.pro-video .video a&gt;div&gt;b {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  position: relative;
}

.pro-video .video a&gt;div&gt;b:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/turnicon.png") no-repeat center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  animation: rotate360 5s linear 0s infinite normal;
}

@keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.pro-video .video a&gt;div&gt;b img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.pro-video .video a&gt;div&gt;p {
  font-size: 14px;
  color: #fff;
  text-transform: uppersl;
  margin-top: 5px;
}

.ab_txt {
  width: 45%;
  position: relative;
  z-index: 2;
}

.ab_txt span {
  font-size: 32px;
  margin: 20px 0;
  line-height: 52px;
  color: #333;
  display: block;
}

.ab_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #666;
}

.ab_more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ce1e2b;
  height: 47px;
  border: #ce1e2b solid 1px;
  border-radius: 50px;
  line-height: 45px;
  transition: all 0.5s ease 0s;
  max-width: 110px;
  padding: 0 20px;
  margin-top: 50px;
}

.ab_more i {
  color: #ce1e2b;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.ab_more em {
  color: #ce1e2b;
  font-style: normal;
}

.ab_more:hover {
  color: #fff;
  background: #ce1e2b;
  border: 1px solid #ce1e2b;
  transition: all 0.5s ease 0s;
  padding-left: 50px;
  max-width: 120px;
}

.ab_more:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.ab_more:hover em {
  color: #fff;
}

.ab_bottom {

  margin: 30px auto;
  width: 100%;
  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ab_bottom b {
  font-size: 40px;
}

.ab_bottom li a {


  display: block;
  text-decoration: none;
  position: relative;
  transition: all .3s;

}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_bottom li a b {
  color: #ce1e2b;
  font-size: 42px;
  font-weight: bolder;
  margin-bottom: 8px
}

.ab_bottom li a i {
  font-size: 20px;
  color: #333;
  padding-left: 6px;
  padding-bottom: 30px;
}

.ab_bottom li a p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

}

.ab_bottom li a:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  border-color: transparent !important
}

.ab_bottom li a:hover p {
  color: #333;
}

.layui-layer-page .layui-layer-content {
  overflow: hidden;
}

.layui-layer-ico {
  background: url(../images/icon.png) no-repeat
}

.layui-layer-setwin .layui-layer-close2 {
  z-index: 9999;
}

.layui-layer {

  background: #000;

}

/* äº§å“&amp;æ¡ˆä¾‹ */
.tj_tu {
  position: relative;
}

#gallery .swiper-slide {
  position: relative;
}

#gallery .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#gallery .swiper-slide .product-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;



}

#gallery .swiper-slide .product-box b {
  color: #fff;
  font-size: 32px;
  width: 100%;
  display: block;
}

#gallery .swiper-slide .product-box .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#gallery .swiper-slide .product-box .container .pro-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#gallery .swiper-slide .product-box .container .pro-list ul li {
  width: calc(25% - 10px);
}

#gallery .swiper-slide .product-box .container .pro-list ul li a {
  width: 100%;
  padding: 0;
  background: #fff;
  color: #333;
}

#gallery .swiper-slide .product-box .container .pro-list ul li a:hover {
  background: #ce1e2b;
  color: #fff;
}

#gallery .swiper-slide .product-box .container .pro-list ul li p {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}

#gallery .swiper-slide .yyly div {
  position: relative;
  margin: 0 2px;
}

 #gallery .swiper-slide .yyly div img {
  filter: grayscale(100%);

}

#gallery .swiper-slide .yyly div:hover img {
  filter: grayscale(0%);
} 

#gallery .swiper-slide .yyly div p {
  position: absolute;
  z-index: 999;
  font-size: 34px;

  color: #fff;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 10px;
  width: 50%;
  text-align: center;
}

#gallery .swiper-slide .product-box .container .yyal a {
  flex: 1;
}

#gallery .swiper-slide .product-box a {
  width: calc(20% - 20px);
  background: #ce1e2b;
  display: block;
  padding: 20px 0;
  margin: 10px;
  text-align: center;
  font-size: 18px;
}

#gallery .swiper-slide .product-box a:hover {
  background: #fff;
  color: #ce1e2b;
}

#gallery .swiper-slide .product-box .ypzt {
  display: flex;
  justify-content: space-between;
}

#gallery .swiper-slide .product-box .ypzt a {
  width: 33.33%;
  padding: 10px;
  background: #fff;
}

#gallery .swiper-slide a .ys-txt {
  width: 45%;
}

#gallery .swiper-slide a .ys-txt b {
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}

#gallery .swiper-slide a .ys-txt p {
  line-height: 28px;
  font-size: 16px;
}

.tj_tu img {
  width: 100%;
}


.tj_tu .swiper-button-prev {
  left: 30px;


}

.tj_tu .swiper-button-next {
  right: 30px;
}

.tj_tu .swiper-button-next, .tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 50px;
  border-radius: 90px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: #ce1e2b80;

}

.tj_tu .fa-angle-left:before {
  font-size: 50px;
  line-height: 70px;
}

.tj_tu .fa-angle-right:before {
  font-size: 50px;
  line-height: 70px;

}

.tj_tu .swiper-button-next:hover, .tj_tu .swiper-button-prev:hover {
  color: #fff;
  background: #ce1e2b;
}

#thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

.tj_tu .swiper-container-thumbs .swiper-slide {

  padding: 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  width: 33.33% !important;
}

.tj_tu .swiper-container-thumbs .swiper-slide img {
  height: 45px;
  width: 45px;
  margin-right: 20px;
}

.tj_tu .swiper-slide-thumb-active {
  background: #ce1e2b !important;
  color: #fff !important;

}

#gallery .swiper-slide .product-box .hezuo {
  padding-bottom: 50px;
  width: 100% !important;
}

#gallery .swiper-slide .product-box .hezuo .swiper-slide a {
  display: block;
  margin: 15px;
  overflow: hidden;
  width: auto !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 0;
  background: #fff;
}

#gallery .swiper-slide .product-box .hezuo .swiper-slide a img {
  /* filter: grayscale(100%); */
  opacity: 0.9;
}

#gallery .swiper-slide .product-box .hezuo .swiper-slide a:hover img {
  /* filter: grayscale(0%); */
  opacity: 1;
}

#gallery .swiper-slide .product-box .hezuo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  opacity: .6;
  outline: none;

}

#gallery .swiper-slide .product-box .hezuo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ce1e2b;
}


/* å®žåŠ›&amp;æœåŠ¡ */
.sl {
  background: #f1f1f1;
  padding: 70px 0;
  position: relative;
}

.xcal {
  margin-top: 30px;
}

.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;
}

.xcal .swiper-slide .info img {
  margin-top: 10%;
}

.xcal .swiper-slide .info i {
  display: block;
  line-height: 28px;
  margin-top: 30px;
}

.xcal .swiper-slide .info {
  opacity: 0;
  position: absolute;
  height: 0;
  transition: all 0.5s;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.xcal .swiper-slide:hover .info {
  height: calc(100% - 90px);
  opacity: 1;
}

.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
}

.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 90px;
  line-height: 90px;
  font-size: 17px;

}

.sl .swiper-button-next {
  position: absolute;
  top: 15%;
  left: calc(100% - 300px);

  color: #666;


  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 60px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  transition: all .5s ease;
  outline: none;
  background: none;
  display: none;
}

.sl .swiper-button-prev {
  position: absolute;
  top: 15%;
  left: calc(100% - 380px);

  color: #666;

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 60px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  height: 60px;
  transition: all .5s ease;
  outline: none;
  background: none;
  display: none;
}

.sl .swiper-button-prev:hover, .sl .swiper-button-next:hover {
  background: #ce1e2b;
  color: #fff;
}



.xcal .swiper-slide:hover {
  margin-top: -30px;
}

.xcal .swiper-slide:hover p {
  background: #ce1e2b;
  color: #fff;
}

/*æœåŠ¡æ”¯æŒ*/
.fwzc {
  background: url(../images/fwbg.jpg) no-repeat center;
}

.hz_txt {
  text-align: center;
}

.hz_txt span {
  font-size: 32px;
  margin: 20px 0;
  line-height: 52px;
  color: #333;
  display: block;
}

.hz_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #666;
}

.hz_bg {
  background: #ce1e2b;
  padding: 60px 0;
}

.fwzc {
  padding: 60px 0;
}

.fwzc .container {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.fw-txt {
  width: 60%;
}

.fw-txt .fw-txt-h {
  font-size: 24px;
  line-height: 36px;
}

.fw-txt .fw-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.fw-txt .fw-con b {
  font-size: 40px;
}

.fw-txt .fw-con b i {
  font-weight: normal;
  font-size: 18px;
  margin-left: 10px;

}

.fw-txt .fw-con div p {
  margin-top: 10px;
  font-size: 16px;
}

.fw-txt .fw-con div {
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 30px;

}

.fw-txt .fw-con div:hover {
  margin-top: -10px;

}

.hz-tu {

  width: 36%;

}

.hz-tu img {
  animation: myfirst 22s linear infinite;
  -webkit-animation: myfirst 22s linear infinite;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  opacity: 1;
}

.hz-tu img:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

@keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes myfirst {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* åŠ&nbsp;å…¥ç¾¤ç§‘ */
.join {
  background: url(../images/join.jpg) no-repeat center;
  padding: 60px 0;

  background-attachment: fixed;
}

.join-qk ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  padding: 0;
  margin-top: 40px;
}

.join-qk ul li {
  flex: 1;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}

.join-qk ul li:last-child {
  border-right: none;
}

.join-qk ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.join-qk ul li .join-qk-bg {
  padding: 40px 20px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.join-qk ul li:hover {
  background: #ce1e2b;
}

.join-qk ul li i {
  display: block;
  margin: 30px auto;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.join-qk ul li i img {
  margin-top: 30px;
}

.join-qk-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.join-qk-txt b {
  padding: 10px 40px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.join-qk-txt p {
  padding: 10px 29px;
  line-height: 30px;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.join-qk ul li a:hover .join-qk-bg b,
.join-qk ul li a:hover .join-qk-bg p {
  color: #fff;
}


/* æ–°é—» */
.news-bg {
  padding: 50px 0 80px 0;
  background: url(../images/newsbg.jpg) no-repeat center;
  background-size: cover;
}

.news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;

}

.news_left {
  flex: 2;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news_left a {
  display: block;

}

.news_left span {
  overflow: hidden;
  display: block;
}

.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  color: #666;
}

.news_left a:hover b, .news_left a:hover .newscon p {
  color: #ce1e2b;
}

.news_left img {
  transition: all 0.3s;
}

.news_left a:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

.news-cont {
  padding: 20px;
}

.news-cont span {
  color: #999;
  margin-bottom: 10px;
}

.news-cont b {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
  display: block;

}

.news-cont p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

#news-list {
  flex: 3;
  margin-top: 30px;
  margin-left: 20px;
}

#news-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#news-list a:last-child {
  margin-bottom: 0;
}

.day {
  color: #666;
  flex: 1;
  overflow: hidden;


}

.newscon {
  flex: 2;
  padding-left: 40px;

}

.news-more {
  margin-top: 30px;
  transition: all .3s;
}

.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.day p {
  width: 100%;
  text-align: center;
}

#news-list a .day img {
  transition: all 0.3s;
}

#news-list a:hover .day span {
  color: #ce1e2b;
}

#news-list a:hover .newscon b {
  color: #ce1e2b;
}

#news-list a:hover .news-more {
  padding-left: 30px;
}

#news-list a:hover .day img {
  transform: scale(1.1);
}

#news-list li {
  width: 48%;
  float: left;
  margin: 10px 1%;
  list-style: none;
}

@media (max-width:980px) {
  #news-list li {
    width: 98%;
    float: left;
    margin: 10px 1%;
    list-style: none;
  }

}

.ab_more2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ce1e2b;
  height: 47px;
  border: #ce1e2b solid 1px;
  border-radius: 50px;
  line-height: 45px;
  transition: all 0.5s ease 0s;
  max-width: 100px;
  padding: 0 20px;
  margin-top: 50px;
}

.ab_more2 i {
  color: #ce1e2b;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.ab_more2 em {
  transition: all 0.5s ease 0s;
  color: #ce1e2b;
  font-style: normal;
}

.ab_more2:hover {
  color: #fff;
  background: #ce1e2b;
  border: 1px solid #ce1e2b;
  transition: all 0.5s ease 0s;
  padding-left: 30px;
  max-width: 120px;
}

.ab_more2:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.ab_more2:hover em {
  color: #fff;
  padding-right: 20px;
}

/* åº•éƒ¨ */
.footer {
  background: #262626;
  padding: 20px 0 0;

}

.foot {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppersl;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #fff;
}

.foot .ft-nav .ft-nav-list dl {
  margin-right: 30px;
}

.foot .ft-nav .ft-nav-list dl:last-child {
  margin-right: 0;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: normal;
}

.foot .ft-nav .ft-nav-list dd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.foot .ft-nav .ft-nav-list dd a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.foot .ft-nav .ft-nav-list .ewm {
  display: flex;
  margin-top: 0;
  justify-content: flex-start;
}

.foot .ft-nav .ft-nav-list .ewm div {
  margin-right: 15px;
  text-align: center;
}

.foot .ft-nav .ft-nav-list .ewm img {
  margin-top: 20px;
  height: 120px;
  margin-bottom: 10px;
}

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #ce1e2b
}

.copyright {
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #212121;
}

.copyright a {
  color: #fff;
}

.mobile-ewm {
  margin: 10px auto;
  text-align: center;
  color: #fff;
  display: none;
}

.mobile-ewm img {
  width: 120px;
}

.mobile-ewm p {
  margin-top: 15px;
}

/*è¿”å›ž*/
.back-to-top {
  position: fixed;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  right: 65px;
  bottom: 65px;
  background: #ce1e2b;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 999;
}

.back-to-top i {
  font-size: 26px;
  width: 50px;
  height: 50px;
  line-height: 50px;

}

.back-to-top:hover {
  color: #fff;
  background: #ce1e2b;
  transition: background 0.2s ease-in-out;
}</pre></body></html>